home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 254 / SOMC Family Forum 254 - Disc 1.iso / FBPRO97 / AWARDS.INI < prev    next >
INI File  |  1996-11-18  |  24KB  |  603 lines

  1. ; AWARDS.INI
  2. ; Configuration file for the Front Page Sports: Football Pro '97
  3. ; player awards and hall of fame qualification system.  
  4. ;
  5. ; Copyright 1996, Dynamix, Inc. and Synergistic, Inc.
  6. ;
  7. ; HOW TO USE THIS FILE:
  8. ;
  9. ; The entries in this file, and their associated values, are used
  10. ; for the player award system to make game, weekly, seasonal, 
  11. ; pro-bowl, and hall of fame award selections.  Players may be 
  12. ; awarded a maximum of 32767 points for each game and for their 
  13. ; entire careers.
  14. ;
  15. ; Players are awarded points for their contributions in each game, as
  16. ; specified in each section pertaining to their primary position on 
  17. ; the field.  Bonus points are awarded for end of the season awards.
  18. ;
  19. ; All entries MUST be integer values.  STEPVALUE entries may not be 0.
  20. ;
  21. ; Explanations about the usage of each entry are displayed after
  22. ; each entry, and includes the default value. 
  23.  
  24. [AwardBonuses]
  25. PlayerOfTheGameBonus = 10    
  26. ; Awarded as a bonus to each player selected as Player of the Game.
  27. ; The default value is 10.
  28.  
  29. PlayerOfTheWeekBonus = 20
  30. ; Awarded as a bonus to each player selected as Player of the Week,
  31. ; in addition to the Player of the Game bonus.  The default value is 20.
  32.  
  33. ConsensusAllPro = 100
  34. FirstTeamAllPro = 50
  35. SecondTeamAllPro = 25
  36. ; Awarded as a bonus to each player selected for the All-Pro team.
  37. ; Consensus selections are given to the best players at each position,
  38. ; 1st team selections are given to the second best players at each
  39. ; position and 2nd team selections go to the remaining players on each
  40. ; team.  The default values are 100, 50, and 25 respectively.
  41.  
  42. RookieOfYear = 250
  43. ; Awarded as a bonus to the player selected as Rookie of the Year.
  44. ; To be eligible for the award, a player must have 0 years of experience.
  45. ; The default value is 250.
  46.  
  47. MostValuablePlayer = 400
  48. ; Awarded as a bonus to the best player in the league.  The default 
  49. ; value is 400.
  50.  
  51. OffensivePlayerOfYear = 250
  52. DefensivePlayerOfYear = 250
  53. ; Awarded as a bonus to the best offensive and defensive players in each 
  54. ; conference.  The default values are 250.
  55.  
  56.  
  57.  
  58. [HallOfFame]
  59. YearsToIneligible = 20
  60. ; Players are not eligible for election to the Hall of Fame until 5 years 
  61. ; after retirement, then will remain eligible until this many years after 
  62. ; retirement.  The default value is 20.
  63.  
  64. MaxPlayers8Team = 3     
  65. MaxPlayers10Team = 3
  66. MaxPlayers12Team = 4
  67. MaxPlayers18Team = 5
  68. MaxPlayers28Team = 6
  69. MaxPlayers30Team = 6
  70. ; The maximum number of players that will be elected to the Hall of Fame 
  71. ; each year for each league size.  The default values are 3, 3, 4, 4, 5, 5,
  72. ; 6, and 6.
  73.  
  74. PercentOfTopPlayerValue = 75
  75. ; The most eligible retiree will be elected each year.  One or more other players
  76. ; may be elected, up to the maximum for the league size, as long as each player
  77. ; has an eligibility value at least this percentage of the most eligible players'
  78. ; value.  The default value is 75.
  79.  
  80. MinPointsForEligibility = 2500
  81. ; The minimum number of eligibility points required for election to the Hall 
  82. ; of Fame.  The default value is 2500.
  83.  
  84.  
  85. [QuarterBacks]
  86. PlaysGame = 5
  87. ; The number of points given to a quarterback for playing in a game.  The
  88. ; default value is 5.
  89.  
  90. PassingYards = 1
  91. PassingYardsStepValue = 10
  92. PassingYardsThreshhold = 150
  93. ; Each quarterback is awarded a number of points for each increment of passing 
  94. ; yards thrown in excess of the threshold value.  The default values are 1, 
  95. ; 10, and 150, meaning that the QB is award 1 point for each 10 yards thrown 
  96. ; in excess of 150 yards.
  97.  
  98. PassingTouchdown = 12
  99. ; The number of points awarded to a QB for each touchdown pass thrown.  The 
  100. ; default value is 12.
  101.  
  102. CompletionPercentage = 1
  103. CompletionPercentageStepValue = 5
  104. CompletionPercentageThreshhold = 50
  105. ; Each QB is awarded a number of points for each increment of completion
  106. ; percentage in excess of the threshold value.  The default values are 1,
  107. ; 5, and 50, meaning that each QB is awarded 1 point for each 5 points of 
  108. ; completion percentage in excess of 50.
  109.  
  110. RushingTouchdown = 10
  111. ; The number of points awarded to a QB for each rushing touchdown he makes.
  112. ; The default value is 10.
  113.  
  114. TwoPointConversion = 3
  115. ; The number of points awarded to a QB for each successful 2-point conversion
  116. ; made.  The default value is 3.
  117.  
  118. Fumble = -8
  119. ; The number of points "awarded" to a QB for each fumble he causes, whether 
  120. ; recovered or not.  A negative value here indicates a penalty to the points
  121. ; awarded.  The default value is -8.
  122.  
  123. Interception = -15
  124. ; The number of points "awarded" to a QB for throwing an interception.  A
  125. ; negative value here indicates a penalty to the points awarded.  The default
  126. ; value is -15.
  127.  
  128.  
  129.  
  130. [RunningBacks]
  131. PlaysGame = 5
  132. ; The number of points given to a running back for playing in a game.  The
  133. ; default value is 5.
  134.  
  135. RushingYards = 1
  136. RushingYardsStepValue = 10
  137. RushingYardsThreshhold = 0
  138. ; Each running back is awarded a number of points for each increment of 
  139. ; rushing yards made in excess of the threshold value.  The default values 
  140. ; are 1, 10, and 0, meaning that the RB is award 1 point for each 10 yards 
  141. ; rushed in excess of 0 yards.
  142.  
  143. RushingTouchdown = 10        ; 10
  144. ; The number of points awarded to a RB for each rushing touchdown he makes.
  145. ; The default value is 10.
  146.  
  147. YardsPerCarry = 1
  148. YardsPerCarryStepValue = 2
  149. YardsPerCarryThreshhold = 0
  150. ; Each running back is awarded a number of points for each increment of 
  151. ; yards per carry in excess of the threshold value.  The default values are
  152. ; 1, 2, and 0, meaning that the RB is awarded 1 point for every 2 rushing 
  153. ; yards he averages in excess of 0 yards per carry.
  154.  
  155. ReceivingYards = 1
  156. ReceivingYardsStepValue = 10
  157. ReceivingYardsThreshhold = 0
  158. ; Each running back is awarded a number of points for each increment of 
  159. ; receiving yards made in excess of the threshold value.  The default 
  160. ; values are 1, 10, and 0, meaning that the RB is award 1 point for each 10 
  161. ; receiving yard he makes in excess of 0 yards.
  162.  
  163. ReceivingTouchdown = 10
  164. ; The number of points awarded to a RB for each receiving touchdown he 
  165. ; makes.  The default value is 10.
  166.  
  167. YardsPerReception = 0
  168. YardsPerRecptionStepValue = 1
  169. YardsPerReceptionThreshhold = 0
  170. ; Each running back is awarded a number of points for each increment of 
  171. ; yards per reception in excess of the threshold value.  The default values 
  172. ; are 0, 1, and 0, meaning that the RB is awarded 0 points for every 
  173. ; receiving yards he averages in excess of 0 yards per reception.
  174.  
  175. KickReturnYards = 1
  176. KickReturnYardsStepValue = 20
  177. KickReturnYardsThreshhold = 0
  178. ; Each running back is awarded a number of points for each increment of 
  179. ; return yards made in excess of the threshold value.  The default values 
  180. ; are 1, 20, and 0, meaning that the RB is award 1 point for each 20 kick
  181. ; return yards he makes in excess of 0 yards.
  182.  
  183. KickReturnTouchdown = 15
  184. ; The number of points awarded to a RB for each kick return touchdown he 
  185. ; makes.  The default value is 15.
  186.  
  187. PointsScored = 1
  188. ; The number of points awarded to a RB for each point he scores in the
  189. ; game.  The default value is 1.
  190.  
  191. Fumbles = -15
  192. ; The number of points "awarded" to a RB for each fumble he causes, whether 
  193. ; recovered or not.  A negative value here indicates a penalty to the points
  194. ; awarded.  The default value is -15.
  195.  
  196.  
  197.  
  198. [Receivers]
  199. PlaysGame = 5
  200. ; The number of points given to a receiver for playing in a game.  The
  201. ; default value is 5.
  202.  
  203. ReceivingYards = 1
  204. ReceivingYardsStepValue = 15
  205. ReceivingYardsThreshhold = 0
  206. ; Each receiver is awarded a number of points for each increment of 
  207. ; receiving yards made in excess of the threshold value.  The default 
  208. ; values are 1, 15, and 0, meaning that the receiver is award 1 point for 
  209. ; each 15 receiving yards he makes in excess of 0 yards.
  210.  
  211. ReceivingTouchdown = 12
  212. ; The number of points awarded to a receiver for each receiving touchdown 
  213. ; he makes.  The default value is 12.
  214.  
  215. YardsPerReception = 0
  216. YardsPerRecptionStepValue = 1
  217. YardsPerReceptionThreshhold = 0
  218. ; Each receiver is awarded a number of points for each increment of 
  219. ; yards per reception in excess of the threshold value.  The default values 
  220. ; are 0, 1, and 0, meaning that the receiver is awarded 0 points for every 
  221. ; receiving yard he averages in excess of 0 yards per reception.
  222.  
  223. RushingYards = 0
  224. RushingYardsStepValue = 10
  225. RushingYardsThreshhold = 0
  226. ; Each receiver is awarded a number of points for each increment of 
  227. ; rushing yards made in excess of the threshold value.  The default values 
  228. ; are 0, 10, and 0, meaning that the receiver is award 0 points for each 
  229. ; 10 yards rushed in excess of 0 yards.
  230.  
  231. RushingTouchdown = 10
  232. ; The number of points awarded to a receiver for each rushing touchdown he 
  233. ; makes.  The default value is 10.
  234.  
  235. YardsPerCarry = 0
  236. YardsPerCarryStepValue = 1
  237. YardsPerCarryThreshhold = 0
  238. ; Each receiver is awarded a number of points for each increment of yards 
  239. ; per carry in excess of the threshold value.  The default values are
  240. ; 0, 1, and 0, meaning that the receiver is awarded 0 points for every 
  241. ; rushing yard he averages in excess of 0 yards per carry.
  242.  
  243. KickReturnYards = 1
  244. KickReturnYardsStepValue = 20
  245. KickReturnYardsThreshhold = 0
  246. ; Each receiver is awarded a number of points for each increment of 
  247. ; return yards made in excess of the threshold value.  The default values 
  248. ; are 1, 20, and 0, meaning that the receiver is award 1 point for each 
  249. ; 20 kick return yards he makes in excess of 0 yards.
  250.  
  251. KickReturnTouchdown = 15
  252. ; The number of points awarded to a receiver for each kick return touchdown 
  253. ; he makes.  The default value is 15.
  254.  
  255. PointsScored = 1
  256. ; The number of points awarded to a receiver for each point he scores in the
  257. ; game.  The default value is 1.
  258.  
  259. Fumbles = -15
  260. ; The number of points "awarded" to a receiver for each fumble he causes, 
  261. ; whether recovered or not.  A negative value here indicates a penalty to the 
  262. ; points awarded.  The default value is -15.
  263.  
  264.  
  265. [OffensiveLinesmen]
  266. PlaysGame = 5
  267. ; The number of points given to an offensive linesman for playing in a 
  268. ; game.  Only players that make a statistical contribution are awarded these
  269. ; points.  The default value is 5.
  270.  
  271. TeamRushingTouchdown = 5
  272. ; The number of points awarded to each contributing OL for each rushing
  273. ; touchdown made by his team.  The default value is 5.
  274.  
  275. TeamRushingYards = 1
  276. TeamRushingYardsStepValue = 10
  277. TeamRushingYardsThreshhold = 200
  278. ; Each OL is awarded a number of points for each increment of rushing yards 
  279. ; made by his team in excess of the threshold value.  The default values 
  280. ; are 1, 10, and 200, meaning that the OL is award 1 points for each 10 
  281. ; yards rushed by his team, in excess of 0 yards.
  282.  
  283. TeamYardsPerCarry = 1
  284. TeamYardsPerCarryStepValue = 1
  285. TeamYardsPerCarryThreshhold = 5
  286. ; Each OL is awarded a number of points for each increment of yards per carry 
  287. ; made by his team in excess of the threshold value.  The default values are
  288. ; 1, 1, and 5, meaning that the OL is awarded 1 point for every rushing yard 
  289. ; his team averages in excess of 5 yards per carry.
  290.  
  291. TeamPointsScored = 0
  292. ; The number of points awarded to an OL for each point scored by his team in 
  293. ; the game.  The default value is 0.
  294.  
  295. TeamTwoPointConversions = 2
  296. ; The number of points awarded to an OL for each successful 2-point conversion
  297. ; made by the team.  The default value is 2.
  298.  
  299. TeamSacks = -10
  300. ; The number of points "awarded" to each contributing OL each time his team 
  301. ; allows the defense to sack his QB.  A negative value indicates a penalty to
  302. ; the points awarded.  the default value is -10.
  303.  
  304. TeamTriesFieldGoal = -4
  305. ; The number of points "awarded" to each contributing OL for each field
  306. ; goal attempt made by his team.  A negative value indicates a penalty to 
  307. ; the points awarded.  The default value is -4.
  308.  
  309.  
  310.  
  311. [Kickers]
  312. PlaysGame = 5
  313. ; The number of points given to a kicker for playing in a game.  The
  314. ; default value is 5.
  315.  
  316. YardsPerFieldGoal = 0
  317. YardsPerFieldGoalStepValue = 1
  318. YardsPerFieldGoalThreshhold = 55
  319. ; Each kicker is awarded a number of points for each increment of yards his
  320. ; field goals average in excess of the threshold.  The default values are 0,
  321. ; 1, and 55, meaning that the kicker will be awarded 0 points for each yard
  322. ; he averages in excess of 55 yards per field goal.
  323.  
  324. FieldGoalPercentage = 0
  325. FieldGoalPercentageStepValue = 5
  326. FieldGoalPercentageThreshhold = 95
  327. ; Each kicker is awarded a number of points for each increment of field
  328. ; goal success percentage in excess of the threshold.  The default values
  329. ; are 0, 5, and 95, meaning that the K will be awarded 0 points for each 
  330. ; percentage point of field goal success above 95%.
  331.  
  332. RushingTouchdown = 10
  333. ; The number of points awarded to a kicker for each rushing touchdown he
  334. ; makes.  The default value is 10.
  335.  
  336. PointsScored = 2
  337. ; The number of points awarded to the kicker for each point he scores for 
  338. ; his team.  The default value is 2.
  339.  
  340. Fumble = -15
  341. ; The number of points a kicker is "awarded" for each fumble he causes, whether
  342. ; it was recovered or not.  A negative value here will serve as a penalty to 
  343. ; points awarded.  The default value is -15.
  344.  
  345. MissedFieldGoalInCloseLoss = -25
  346. ; The number of points "awarded" to a kicker for missing a field goal in a 
  347. ; game which was decided by 3 or less points, regardless of whether his team
  348. ; won or not.  A negative value here will serve as a penalty to points
  349. ; awarded.  The default value is -25.
  350.  
  351.  
  352.  
  353. [Punters]
  354. PlaysGame = 5
  355. ; The number of points given to a punter for playing in a game.  The
  356. ; default value is 5.
  357.  
  358. YardsPerPunt = 0        
  359. YardsPerPuntStepValue = 5
  360. YardsPerPuntThreshhold = 55
  361. ; Each punter is awarded a number of points for each incremental of yards 
  362. ; per punt in excess of the threshold.  The default values are 0, 4, and 55,
  363. ; meaning that the P will get 0 points for every 5 yards per punt in excess
  364. ; of 55 yards.
  365.  
  366. Fumble = -5
  367. ; The number of points a punter is "awarded" for each fumble he causes, whether
  368. ; it was recovered or not.  A negative value here will serve as a penalty to 
  369. ; points awarded.  The default value is -5.
  370.  
  371.  
  372.  
  373. [DefensiveLinesman]
  374. PlaysGame = 5
  375. ; The number of points given to a defensive linesman for playing in a game.  
  376. ; The default value is 5.
  377.  
  378. TeamSack = 2
  379. ; The number of points given to a defensive linesman for each team sack 
  380. ; recorded against the opposing team.  The default value is 2.
  381.  
  382. IndividualSack = 5        
  383. ; The number of points given to a defensive linesman for each sack he is
  384. ; responsible for recording against the opposing team.  The default value
  385. ; is 5.
  386.  
  387. Tackle = 1
  388. ; The number of points given to a defensive linesman for each tackle he
  389. ; makes.  The default value is 1.
  390.  
  391. FieldGoalAttemptByOpponents = 4
  392. ; The number of points awarded to a defensive linesman for each field goal
  393. ; attempt made by the opposing team.  The default value is 4.
  394.  
  395. FumbleRecovery = 5
  396. ; The number of points awarded to a defensive linesman for each fumbled
  397. ; ball he recovers.  The default value is 5.
  398.  
  399. RushingYardsAllowed = -1    ; -1
  400. RushingYardsAllowedStepValue = 10
  401. RushingYardsAllowedThreshhold = 100
  402. ; Each participating defensive linesman is "awarded" points for each 
  403. ; incremental rushing yards made by the opposing team above the threshold.
  404. ; A negative value here will serve as a penalty to points awarded.  The
  405. ; default values are -1, 10, and 100, meaning that the DL will be awarded
  406. ; -1 points for every 10 rushing yards the opposing team makes in excess
  407. ; of 100 yards. 
  408.  
  409. RushingTouchdownAllowed = -5
  410. ; Each participating DL is "awarded" points for each rushing touchdown
  411. ; made by the opposing team.  A negative value here will serve as a 
  412. ; penalty to points awarded.  The default value is -5.
  413.  
  414. YardsPerCarry = -1
  415. YardsPerCarryStepValue = 1
  416. YardsPerCarryThreshhold = 5
  417. ; Each participating DL is "awarded" points for each incremental value of
  418. ; yards per carry made by the opposing team, in excess of the threshold
  419. ; value of yards per carry.  A negative value here will serve as a penalty
  420. ; to points awarded.  The default values are -1, 1, and 5, meaning that
  421. ; the DL is awarded -1 points for each yard per carry made by the opposing
  422. ; team in excess of 5 yards per carry.
  423.  
  424. TwoPointConversionsAllowed = -3
  425. ; Each participating DL is "awarded" points for each two point conversion
  426. ; made by the opposing team.  A negative value here will serve as a 
  427. ; penalty to points awarded.  The default value is -3.
  428.  
  429.  
  430.  
  431. [Linebackers]
  432. PlaysGame = 5
  433. ; The number of points given to a linebacker for playing in a game.  The 
  434. ; default value is 5.
  435.  
  436. IndividualSack = 10
  437. ; The number of points given to a linebacker for each sack he makes against
  438. ; the opposing team.  The default value is 5.
  439.  
  440. Tackle = 1
  441. ; The number of points given to a linebacker for each tackle he makes.  The 
  442. ; default value is 1.
  443.  
  444. FieldGoalAttemptByOpponent = 4
  445. ; The number of points awarded to a linebacker for each field goal attempt 
  446. ; made by the opposing team.  The default value is 4.
  447.  
  448. FumbleRecovery = 5
  449. ; The number of points awarded to a linebacker for each fumbled ball he 
  450. ; recovers.  The default value is 5.
  451.  
  452. Interception = 15
  453. ; The number of points awarded to a linebacker for each interception he 
  454. ; makes.  The default value is 15.
  455.  
  456. YardsPerInterceptionReturn = 1
  457. YardsPerInterceptionReturnStepValue = 20
  458. YardsPerInterceptionReturnThreshhold = 0
  459. ; The number of points awarded to a linebacker for each incremental number 
  460. ; of yards made on interception returns in excess of the threshold value.  
  461. ; The default values are 1, 20, and 0, meaning that the LB gets 1 point for
  462. ; every 20 yards of interception returns in excess of 0 yards.
  463.  
  464. KickReturnYards = 1
  465. KickReturnYardsStepValue = 20
  466. KickReturnYardsThreshhold = 0
  467. ; Each linebacker is awarded a number of points for each increment of 
  468. ; return yards made in excess of the threshold value.  The default values 
  469. ; are 1, 20, and 0, meaning that the LB is awarded 1 point for each 20 
  470. ; kick return yards he makes in excess of 0 yards.
  471.  
  472. KickReturnTouchdown = 15
  473. ; The number of points awarded to a linebacker for each kick return touchdown 
  474. ; he makes.  The default value is 15.
  475.  
  476. RushingYardsAllowed = -1
  477. RushingYardsAllowedStepValue = 2
  478. RushingYardsAllowedThreshhold = 200
  479. ; Each participating linebacker is "awarded" points for each incremental 
  480. ; rushing yards made by the opposing team above the threshold.  A negative 
  481. ; value here will serve as a penalty to points awarded.  The default values 
  482. ; are -1, 2, and 200, meaning that the LB will be awarded -1 points for every 
  483. ; 2 rushing yards the opposing team makes in excess of 200 yards. 
  484.  
  485. RushingTouchdownAllowed = -2
  486. ; Each participating LB is "awarded" points for each rushing touchdown
  487. ; made by the opposing team.  A negative value here will serve as a 
  488. ; penalty to points awarded.  The default value is -2.
  489.  
  490. YardsPerCarry = -1
  491. YardsPerCarryStepValue = 1
  492. YardsPerCarryThreshhold = 5
  493. ; Each participating LB is "awarded" points for each incremental value of
  494. ; yards per carry made by the opposing team, in excess of the threshold
  495. ; value of yards per carry.  A negative value here will serve as a penalty
  496. ; to points awarded.  The default values are -1, 1, and 5, meaning that
  497. ; the LB is awarded -1 points for each yard per carry made by the opposing
  498. ; team in excess of 5 yards per carry.
  499.  
  500. PassingYardsAllowed = -1
  501. PassingYardsAllowedStepValue = 2
  502. PassingYardsAllowedThreshhold = 200
  503. ; Each participating linebacker is "awarded" points for each incremental 
  504. ; passing yards made by the opposing team above the threshold.  A negative 
  505. ; value here will serve as a penalty to points awarded.  The default values 
  506. ; are -1, 2, and 200, meaning that the LB will be awarded -1 points for every 
  507. ; 2 passing yards the opposing team makes in excess of 200 yards. 
  508.  
  509. PassingTouchdownAllowed = -3
  510. ; Each participating LB is "awarded" points for each passing touchdown
  511. ; made by the opposing team.  A negative value here will serve as a 
  512. ; penalty to points awarded.  The default value is -3.
  513.  
  514. YardsPerReception = 0
  515. YardsPerReceptionStepValue = 1
  516. YardsPerReceptionThreshhold = 0
  517. ; Each participating LB is "awarded" points for each incremental value of
  518. ; yards per reception made by the opposing team, in excess of the threshold
  519. ; value of yards per reception.  A negative value here will serve as a penalty
  520. ; to points awarded.  The default values are 0, 1, and 0, meaning that
  521. ; the LB is awarded 0 points for each yard per reception made by the opposing
  522. ; team in excess of 0 yards per reception.
  523.  
  524. TwoPointConversionAllowed = -3
  525. ; Each participating LB is "awarded" points for each two point conversion
  526. ; made by the opposing team.  A negative value here will serve as a 
  527. ; penalty to points awarded.  The default value is -3.
  528.  
  529.  
  530.  
  531. [DefensiveBacks]
  532. PlaysGame = 15
  533. ; The number of points given to a defensive back for playing in a game.  
  534. ; The default value is 15.
  535.  
  536. Tackle = 3
  537. ; The number of points given to a defensive back for each tackle he makes.  
  538. ; The default value is 3.
  539.  
  540. FumbleRecovery = 10
  541. ; The number of points awarded to a defensive back for each fumbled ball he 
  542. ; recovers.  The default value is 10.
  543.  
  544. Interception = 18
  545. ; The number of points awarded to a defensive back for each interception he 
  546. ; makes.  The default value is 18.
  547.  
  548. YardsPerInterceptionReturn = 1
  549. YardsPerInterceptionReturnStepValue = 20
  550. YardsPerInterceptionReturnThreshhold = 0
  551. ; The number of points awarded to a defensive back for each incremental number 
  552. ; of yards made on interception returns in excess of the threshold value.  
  553. ; The default values are 1, 20, and 0, meaning that the DB gets 1 point for
  554. ; every 20 yards of interception returns in excess of 0 yards.
  555.  
  556. KickReturnTouchdown = 15
  557. ; The number of points awarded to a defensive back or each kick return touchdown 
  558. ; he makes.  The default value is 15.
  559.  
  560. KickReturnYards = 1
  561. KickReturnYardsStepValue = 20
  562. KickReturnYardsThreshhold = 0
  563. ; Each defensive back is awarded a number of points for each increment of 
  564. ; return yards made in excess of the threshold value.  The default values 
  565. ; are 1, 20, and 0, meaning that the DB is awarded 1 point for each 20 
  566. ; kick return yards he makes in excess of 0 yards.
  567.  
  568. PassingYardsAllowed = -1
  569. PassingYardsAllowedStepValue = 10
  570. PassingYardsAllowedThreshhold = 150
  571. ; Each participating defensive back is "awarded" points for each incremental 
  572. ; passing yards made by the opposing team above the threshold.  A negative 
  573. ; value here will serve as a penalty to points awarded.  The default values 
  574. ; are -1, 10, and 150, meaning that the DB will be awarded -1 points for every 
  575. ; 10 passing yards the opposing team makes in excess of 150 yards. 
  576.  
  577. PassingTouchdownAllowed = -5
  578. ; Each participating DB is "awarded" points for each passing touchdown
  579. ; made by the opposing team.  A negative value here will serve as a 
  580. ; penalty to points awarded.  The default value is -5.
  581.  
  582. YardsPerReception = -1        ; -1
  583. YardsPerRecptionStepValue = 1
  584. YardsPerReceptionThreshhold = 0
  585. ; Each participating DB is "awarded" points for each incremental value of
  586. ; yards per reception made by the opposing team, in excess of the threshold
  587. ; value of yards per reception.  A negative value here will serve as a penalty
  588. ; to points awarded.  The default values are -1, 1, and 0, meaning that
  589. ; the DB is awarded -1 points for each yard per reception made by the opposing
  590. ; team in excess of 0 yards per reception.
  591.  
  592. TwoPointConversionAllowed = -2
  593. ; Each participating DB is "awarded" points for each two point conversion
  594. ; made by the opposing team.  A negative value here will serve as a 
  595. ; penalty to points awarded.  The default value is -2.
  596.  
  597.  
  598.  
  599. [everybody]
  600. WinningTeam = 10
  601. ; Each participating player, regardless of position, is awarded this number
  602. ; of points if his team wins the game.  The default value is 10.
  603.